@import "https://fonts.googleapis.com/css?family=Comfortaa:300,400,700";
@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i";
body {
  font-family: "Lato", Helvetica, Sans-Serif;
  color: #58595b;
  background: #fafafa;
  font-size: 16px; }

h2 {
  font-size: 2.0em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0.0em 0 0.5em 0; }

h3 {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0.2em 0 0.5em 0; }

h4 {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 300;
  margin: 1.1em 0 0.5em 0; }

h5 {
  font-size: 1.0em;
  line-height: 1.2;
  font-weight: 700;
  margin: 1.1em 0 0.5em 0; }

p {
  font-size: 1.0em;
  line-height: 1.3;
  font-weight: 300;
  margin: 0.0em 0 1.0em 0; }

ul.basic
li, ul.bullet
li, ul.leaf
li, ul.tick
li, ul.tick_box
li {
  font-size: 1.0em;
  line-height: 1.3;
  font-weight: 300; }

h2 {
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  color: #1dc0d4;
  text-transform: uppercase; }

h3 {
  font-family: "Comfortaa", Helvetica, Sans-Serif; }

h4 {
  font-family: "Comfortaa", Helvetica, Sans-Serif; }

p {
  text-align: justify; }

address {
  font-style: normal; }

a {
  color: #ffb600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #cc9200; }

.relative {
  position: relative; }

.line, .line-color1, .line-black, .line-white {
  width: 2px; }

.line-color1 {
  background: #1dc0d4; }

.line-black {
  background: #000000; }

.line-white {
  background: #fafafa; }

ul.contact_details {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.contact_details li {
    display: inline-block;
    font-family: "Comfortaa", Helvetica, Sans-Serif;
    line-height: 1; }
    ul.contact_details li i {
      font-size: 1.8em;
      position: relative;
      top: 0.25em; }
    ul.contact_details li a {
      color: #1dc0d4; }
      ul.contact_details li a:hover {
        color: #148391; }

ul.social {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.social li {
    display: inline-block;
    font-size: 26px;
    margin: 0 1em 0 0; }
    ul.social li:last-child {
      margin-right: 0; }
    ul.social li span {
      text-transform: uppercase;
      font-size: 16px;
      margin-right: 1em; }
    ul.social li a {
      color: #1dc0d4;
      display: block;
      width: inherit;
      height: inherit;
      position: relative;
      top: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    ul.social li:hover a {
      top: -5px; }

.button {
  display: inline-block;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  font-size: 1em;
  padding: 0.5em 1.2em;
  margin: 0 auto 10px;
  text-align: center;
  color: #231f20;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:hover {
    background: rgba(35, 31, 32, 0.4);
    color: #fafafa; }

blockquote {
  border: 4px solid #eee;
  margin: 1em 0 1em;
  padding: 1em;
  text-align: justify;
  text-indent: 10%;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  font-style: italic;
  position: relative; }
  blockquote p {
    font-weight: 600; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 2em;
    background: #fafafa url("../img/quote.png") no-repeat center;
    background-size: 80%;
    width: 40px;
    height: 40px; }

#map {
  height: 400px;
  width: 100%;
  margin: 0;
  z-index: 5; }

.illustration, .illustration img {
  margin: 0 0 10px; }

.illustration_floating, .illustration_floating-right, .illustration_floating-left {
  margin-bottom: 10px;
  width: 40%; }

.illustration_floating-right {
  float: right;
  margin-left: 1em; }

.illustration_floating-left {
  float: left;
  margin-right: 1em; }

ul.basic, ul.bullet, ul.leaf, ul.tick, ul.tick_box {
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.3;
  padding: 0 0 0 10px; }
  ul.basic li, ul.bullet li, ul.leaf li, ul.tick li, ul.tick_box li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-align: left; }
    ul.basic li:before, ul.bullet li:before, ul.leaf li:before, ul.tick li:before, ul.tick_box li:before {
      width: 20px;
      height: inherit;
      font-family: 'FontAwesome';
      position: absolute;
      left: 0; }

ul.bullet li {
  margin-bottom: 0;
  border-left: 2px solid #1dc0d4; }

ul.leaf li:before {
  content: '\f06c'; }

ul.tick li:before {
  content: '\f00c'; }

ul.tick_box li:before {
  font-family: 'IonIcons';
  content: '\f375'; }

ul.color1 li:before {
  color: #1dc0d4; }

ul.color2 li:before {
  color: #ffb600; }

ul.white li:before {
  color: #fafafa; }

.columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2; }

@media (min-width: 48em) and (max-width: 63.99em) {
  .columns-3 {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2; } }
@media (min-width: 64em) {
  .columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    -ms-columns: 3;
    -o-columns: 3;
    columns: 3; } }

@media (min-width: 48em) and (max-width: 63.99em) {
  .columns-4 {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2; } }
@media (min-width: 64em) {
  .columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    -ms-columns: 4;
    -o-columns: 4;
    columns: 4; } }

ol.arabic-square {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }
  ol.arabic-square li {
    position: relative;
    margin-bottom: 26px;
    min-height: 1.8em;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left; }
    ol.arabic-square li h3 {
      font-size: 1.5em;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Comfortaa", Helvetica, Sans-Serif;
      letter-spacing: 2px; }
    ol.arabic-square li:before {
      position: absolute;
      top: 0px;
      right: 103%;
      font-size: 18px;
      width: 36px;
      height: 36px;
      padding: 5px 0;
      font-family: "Lato", Helvetica, Sans-Serif;
      font-weight: 700;
      text-align: center;
      color: #1dc0d4;
      border: 2px solid #1dc0d4;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      content: counter(li-counter);
      counter-increment: li-counter; }

.logos-suppliers a {
  display: block; }
  .logos-suppliers a img {
    display: block;
    width: 90%;
    max-width: 200px;
    margin: 0 auto 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .logos-suppliers a img:hover {
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -o-transform: scale(0.95);
      transform: scale(0.95); }

span.empty {
  display: none; }

.box, .box-white, .box-grey, .box-darkgrey, .box-color {
  padding: 1.6em 1.8em;
  margin-bottom: 1em; }
  .box h3:first-child, .box-white h3:first-child, .box-grey h3:first-child, .box-darkgrey h3:first-child, .box-color h3:first-child, .box h4:first-child, .box-white h4:first-child, .box-grey h4:first-child, .box-darkgrey h4:first-child, .box-color h4:first-child, .box h5:first-child, .box-white h5:first-child, .box-grey h5:first-child, .box-darkgrey h5:first-child, .box-color h5:first-child, .box h6:first-child, .box-white h6:first-child, .box-grey h6:first-child, .box-darkgrey h6:first-child, .box-color h6:first-child, .box p:first-child, .box-white p:first-child, .box-grey p:first-child, .box-darkgrey p:first-child, .box-color p:first-child, .box ul:first-child, .box-white ul:first-child, .box-grey ul:first-child, .box-darkgrey ul:first-child, .box-color ul:first-child {
    margin-top: 0 !important; }
  .box h3:last-child, .box-white h3:last-child, .box-grey h3:last-child, .box-darkgrey h3:last-child, .box-color h3:last-child, .box h4:last-child, .box-white h4:last-child, .box-grey h4:last-child, .box-darkgrey h4:last-child, .box-color h4:last-child, .box h5:last-child, .box-white h5:last-child, .box-grey h5:last-child, .box-darkgrey h5:last-child, .box-color h5:last-child, .box h6:last-child, .box-white h6:last-child, .box-grey h6:last-child, .box-darkgrey h6:last-child, .box-color h6:last-child, .box p:last-child, .box-white p:last-child, .box-grey p:last-child, .box-darkgrey p:last-child, .box-color p:last-child, .box ul:last-child, .box-white ul:last-child, .box-grey ul:last-child, .box-darkgrey ul:last-child, .box-color ul:last-child {
    margin-bottom: 0 !important; }

.box_h, .box_h-white, .box_h-grey, .box_h-darkgrey, .box_h-color {
  padding: 0.6em 1.0em;
  margin-bottom: 1em; }
  .box_h h3:first-child, .box_h-white h3:first-child, .box_h-grey h3:first-child, .box_h-darkgrey h3:first-child, .box_h-color h3:first-child, .box_h h4:first-child, .box_h-white h4:first-child, .box_h-grey h4:first-child, .box_h-darkgrey h4:first-child, .box_h-color h4:first-child, .box_h h5:first-child, .box_h-white h5:first-child, .box_h-grey h5:first-child, .box_h-darkgrey h5:first-child, .box_h-color h5:first-child, .box_h h6:first-child, .box_h-white h6:first-child, .box_h-grey h6:first-child, .box_h-darkgrey h6:first-child, .box_h-color h6:first-child, .box_h p:first-child, .box_h-white p:first-child, .box_h-grey p:first-child, .box_h-darkgrey p:first-child, .box_h-color p:first-child, .box_h ul:first-child, .box_h-white ul:first-child, .box_h-grey ul:first-child, .box_h-darkgrey ul:first-child, .box_h-color ul:first-child {
    margin-top: 0 !important; }
  .box_h h3:last-child, .box_h-white h3:last-child, .box_h-grey h3:last-child, .box_h-darkgrey h3:last-child, .box_h-color h3:last-child, .box_h h4:last-child, .box_h-white h4:last-child, .box_h-grey h4:last-child, .box_h-darkgrey h4:last-child, .box_h-color h4:last-child, .box_h h5:last-child, .box_h-white h5:last-child, .box_h-grey h5:last-child, .box_h-darkgrey h5:last-child, .box_h-color h5:last-child, .box_h h6:last-child, .box_h-white h6:last-child, .box_h-grey h6:last-child, .box_h-darkgrey h6:last-child, .box_h-color h6:last-child, .box_h p:last-child, .box_h-white p:last-child, .box_h-grey p:last-child, .box_h-darkgrey p:last-child, .box_h-color p:last-child, .box_h ul:last-child, .box_h-white ul:last-child, .box_h-grey ul:last-child, .box_h-darkgrey ul:last-child, .box_h-color ul:last-child {
    margin-bottom: 0 !important; }

.box-white {
  background: #fafafa;
  border-bottom: 3px solid #1dc0d4; }

.box-grey {
  background: #eee;
  box-shadow: 6px 6px 0 #1dc0d4; }

.box-darkgrey {
  background: #58595b;
  color: #fafafa; }

.box-color {
  background: #ffb600;
  color: #fafafa; }

.box_h-white {
  background: #fafafa;
  border-bottom: 3px solid #ffb600; }

.box_h-grey {
  background: #eee;
  border-bottom: 3px solid #ffb600; }

.box_h-darkgrey {
  background: #58595b;
  color: #fafafa; }

.box_h-color {
  background: #ffb600;
  color: #fafafa; }

.w100px, .w100px img {
  width: 100px; }

.w200px, .w200px img {
  width: 200px; }

.w260px, .w260px img {
  width: 260px; }

.w300px, .w300px img {
  width: 300px; }

.mw200px img {
  max-width: 200px;
  width: 100%; }

.h100px {
  height: 100px; }

.h200px {
  height: 200px; }

.h250px {
  height: 250px; }

.h300px {
  height: 300px; }

.w50pc {
  width: 50%; }

.w80pc {
  width: 80%; }

.w100pc {
  width: 100%; }

.dt {
  display: table; }

.dtc {
  display: table-cell; }

.middle_align {
  vertical-align: middle; }

.top_align {
  vertical-align: top; }

.bottom_align {
  vertical-align: bottom; }

.m_0 {
  margin: 0; }

.m_auto {
  margin: 0 auto; }

.wrapper {
  width: 100%;
  height: auto !important;
  position: relative; }

.top_bar {
  background: #fafafa;
  width: 100%; }
  .top_bar .contact_box ul.contact_details {
    text-align: right;
    margin: 0.7em 0 0.9em; }
    .top_bar .contact_box ul.contact_details li {
      margin-left: 1em; }
  .top_bar .nav_box {
    padding: 0; }
    .top_bar .nav_box nav ul {
      padding: 0; }
      .top_bar .nav_box nav ul li {
        display: inline-block;
        text-align: center; }
        .top_bar .nav_box nav ul li a {
          display: block;
          position: relative;
          top: 0;
          height: inherit;
          font-family: "Comfortaa", Helvetica, Sans-Serif;
          line-height: 1.4;
          letter-spacing: 0.1em;
          color: #1dc0d4;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .top_bar .nav_box nav ul li:hover a {
          top: -5px; }
  @media (max-width: 47.99em) {
    .top_bar .bar_small {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      z-index: 20;
      background: #fafafa; }
    .top_bar .logo_box {
      display: block;
      width: calc(100% - 50px);
      width: 80%;
      height: 50px; }
      .top_bar .logo_box a {
        display: block;
        padding: 3px; }
        .top_bar .logo_box a img {
          height: 44px; }
    .top_bar .show_nav {
      width: 50px;
      height: 50px;
      position: fixed;
      top: 0;
      right: 0; }
      .top_bar .show_nav i {
        font-size: 20px; }
    .top_bar .nav_box {
      width: 100%;
      height: calc(100vh - 50px);
      position: fixed;
      top: -100vh;
      left: 0;
      background: #fafafa;
      z-index: 18;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .top_bar .nav_box nav ul {
        text-align: center; }
        .top_bar .nav_box nav ul li {
          padding: 1em;
          background: #eee;
          margin: 3px 2px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          .top_bar .nav_box nav ul li a {
            font-size: 12px; }
    .top_bar .visible_nav {
      top: 50px !important; } }
@media (max-width: 47.99em) and (orientation: portrait) {
  .top_bar .nav_box nav ul li {
    width: 40%; } }
@media (max-width: 47.99em) and (orientation: landscape) {
  .top_bar .nav_box nav ul li {
    width: 30%; } }

  @media (min-width: 48em) and (max-width: 63.99em) {
    .top_bar {
      position: fixed;
      top: 0;
      z-index: 20; }
      .top_bar .show_nav {
        display: none; }
      .top_bar .logo_box {
        display: table;
        width: 100%;
        height: 100px; }
        .top_bar .logo_box a {
          display: table-cell;
          vertical-align: middle; }
          .top_bar .logo_box a img {
            height: 90px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .top_bar .logo_box a img:hover {
              margin-left: 10px; }
      .top_bar .nav_box nav ul {
        padding: 0;
        text-align: right; }
        .top_bar .nav_box nav ul li {
          border-right: 1px solid #ccc;
          min-width: 80px;
          max-width: 100px;
          padding: 0 0.3em; }
          .top_bar .nav_box nav ul li:last-child {
            border-right: none; }
          .top_bar .nav_box nav ul li a {
            font-size: 10px; } }
  @media (min-width: 64em) {
    .top_bar {
      position: fixed;
      top: 0;
      z-index: 20; }
      .top_bar .show_nav {
        display: none; }
      .top_bar .logo_box {
        display: table;
        width: 100%;
        height: 100px; }
        .top_bar .logo_box a {
          display: table-cell;
          vertical-align: middle; }
          .top_bar .logo_box a img {
            height: 90px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .top_bar .logo_box a img:hover {
              margin-left: 10px; }
      .top_bar .nav_box nav ul {
        padding: 0 0 0 2em;
        text-align: right; }
        .top_bar .nav_box nav ul li {
          padding: 0 1.4em;
          border-right: 1px solid #ccc;
          min-width: 100px;
          max-width: 140px; }
          .top_bar .nav_box nav ul li:last-child {
            border-right: none; }
          .top_bar .nav_box nav ul li a {
            font-size: 12px; } }

.banner_box {
  background: url("../img/banner_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  border-bottom: 16px solid #1dc0d4; }
  .banner_box .accreditation_bar {
    background: rgba(250, 250, 250, 0.7);
    padding: 1em; }
    .banner_box .accreditation_bar ul.logos {
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none; }
      .banner_box .accreditation_bar ul.logos li {
        display: inline-block; }
        .banner_box .accreditation_bar ul.logos li img {
          max-width: 200px;
          width: 90%;
          margin: 0 auto; }
  .banner_box .banner_body {
    width: 100%; }
    .banner_box .banner_body h3 {
      color: #fafafa; }
    .banner_box .banner_body h4 {
      padding-left: 2em;
      font-size: 2em;
      margin-bottom: 1em;
      font-weight: 700;
      text-align: right;
      color: rgba(11, 70, 77, 0.7); }
    .banner_box .banner_body a.button {
      color: #0b464d; }
      .banner_box .banner_body a.button:hover {
        background: rgba(11, 70, 77, 0.4); }
    .banner_box .banner_body .slider-banner {
      position: relative;
      z-index: 5; }
      .banner_box .banner_body .slider-banner:after {
        width: 60px;
        height: 100%;
        background: #1dc0d4;
        content: '';
        position: absolute;
        right: -30px;
        top: 30px;
        z-index: -1; }
      .banner_box .banner_body .slider-banner .slick-prev, .banner_box .banner_body .slider-banner .slick-next {
        width: 30px;
        height: 30px;
        bottom: -30px; }
        .banner_box .banner_body .slider-banner .slick-prev:before, .banner_box .banner_body .slider-banner .slick-next:before {
          line-height: 30px;
          display: block;
          height: inherit;
          width: inherit;
          font-family: 'IonIcons'; }
      .banner_box .banner_body .slider-banner .slick-prev {
        right: 0;
        left: initial !important; }
        .banner_box .banner_body .slider-banner .slick-prev:before {
          content: '\f361'; }
      .banner_box .banner_body .slider-banner .slick-next {
        right: -30px; }
        .banner_box .banner_body .slider-banner .slick-next:before {
          content: '\f363'; }
    .banner_box .banner_body .slider-reviews {
      background: #fafafa;
      position: relative; }
      .banner_box .banner_body .slider-reviews .slide {
        padding: 1em;
        text-transform: uppercase;
        font-size: 0.8em; }
        .banner_box .banner_body .slider-reviews .slide p.client {
          text-transform: capitalize; }
      .banner_box .banner_body .slider-reviews ul.slick-dots {
        margin: 0; }
        .banner_box .banner_body .slider-reviews ul.slick-dots li {
          width: 30px;
          height: 30px;
          line-height: 15px;
          text-align: center; }
          .banner_box .banner_body .slider-reviews ul.slick-dots li button {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            display: inline-block;
            border: 1px solid #116f7a; }
            .banner_box .banner_body .slider-reviews ul.slick-dots li button:before {
              content: ''; }
          .banner_box .banner_body .slider-reviews ul.slick-dots li:hover button {
            background: #1dc0d4; }
          .banner_box .banner_body .slider-reviews ul.slick-dots li.slick-active button {
            background: #116f7a; }
  @media (max-width: 47.99em) {
    .banner_box {
      text-align: center;
      padding-top: 50px;
      padding-bottom: 4em; }
      .banner_box .accreditation_bar ul.logos {
        text-align: center; }
        .banner_box .accreditation_bar ul.logos li {
          width: 30%; }
      .banner_box .banner_body h3 {
        font-size: 1.6em;
        text-align: center;
        margin: 1em 0; }
      .banner_box .banner_body h4 {
        margin: 0.5em 0;
        font-size: 1.4em;
        text-align: left;
        margin-top: -20px;
        width: calc(100% - 60px); }
      .banner_box .banner_body h3, .banner_box .banner_body h4 {
        padding: 0 0.5em; }
      .banner_box .banner_body .slider-banner {
        width: calc(100% - 30px);
        padding: 1em; }
      .banner_box .slider-reviews {
        margin-bottom: 60px; }
        .banner_box .slider-reviews ul.slick-dots {
          left: 0;
          bottom: -43px;
          width: 100%;
          text-align: center; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .banner_box {
      text-align: right;
      padding-top: 100px;
      padding-bottom: 2em; }
      .banner_box .accreditation_bar ul.logos {
        text-align: right; }
        .banner_box .accreditation_bar ul.logos li {
          width: 10%; }
      .banner_box .banner_body {
        margin-bottom: 1.6em; }
        .banner_box .banner_body h3, .banner_box .banner_body h4 {
          padding: 0 0.5em; }
        .banner_box .banner_body h3 {
          font-size: 1.6em;
          text-align: center; }
        .banner_box .banner_body h4 {
          margin: 0 0.5em 0.5em;
          font-size: 1.4em;
          padding-left: 2em; }
        .banner_box .banner_body .slider-reviews {
          padding: 0.5em;
          margin-left: 30px;
          width: calc(100% - 30px);
          margin-bottom: 10px; }
          .banner_box .banner_body .slider-reviews ul.slick-dots {
            left: 10px;
            bottom: -43px;
            text-align: left;
            width: calc(100% - 40px); }
        .banner_box .banner_body a.button {
          margin-right: 10px; } }
  @media (min-width: 64em) {
    .banner_box {
      text-align: right;
      padding-top: 100px;
      padding-bottom: 6em; }
      .banner_box .accreditation_bar ul.logos {
        text-align: right; }
        .banner_box .accreditation_bar ul.logos li {
          width: 10%; }
      .banner_box .banner_body {
        margin-bottom: 1.6em; }
        .banner_box .banner_body h3 {
          font-size: 3em;
          text-align: right; }
        .banner_box .banner_body .slider-reviews {
          padding: 1em;
          padding-left: calc(1em + 30px); }
          .banner_box .banner_body .slider-reviews ul.slick-dots {
            left: 40px;
            bottom: -43px;
            text-align: left;
            width: calc(100% - 40px); } }

.content_box {
  position: relative;
  background: -webkit-linear-gradient(180deg, #eeeeee 0%, #fafafa calc(100% - 4em));
  background: -moz-linear-gradient(180deg, #eeeeee 0%, #fafafa calc(100% - 4em));
  background: -o-linear-gradient(180deg, #eeeeee 0%, #fafafa calc(100% - 4em));
  background: linear-gradient(180deg, #eeeeee 0%, #fafafa calc(100% - 4em)); }
  .content_box ul.contact_details {
    margin: 1em 0; }
    .content_box ul.contact_details li {
      display: block;
      margin-bottom: 0.5em; }
  .content_box .apla {
    position: relative;
    background: #fafafa; }
  @media (max-width: 47.99em) {
    .content_box {
      padding: 0 1em; }
      .content_box .apla {
        top: -4em;
        padding: 1em; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .content_box {
      padding: 0 2em; }
      .content_box .apla {
        top: -3.6em;
        padding: 2em; } }
  @media (min-width: 64em) {
    .content_box {
      padding: 0 4em; }
      .content_box .apla {
        top: -4em;
        padding: 4em; } }

.serviceslinks_box {
  background: url("../img/bg_serviceslink.jpg") center no-repeat;
  background-size: cover; }
  .serviceslinks_box .cover {
    background: rgba(11, 70, 77, 0.8); }
  .serviceslinks_box .link_box {
    width: 80%;
    margin: 2em auto;
    position: relative;
    overflow: hidden; }
    .serviceslinks_box .link_box img {
      height: 200px;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
    .serviceslinks_box .link_box .cover-link {
      width: 100%;
      height: 200px;
      position: absolute;
      background: rgba(250, 250, 250, 0.6);
      display: table;
      text-align: center;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .serviceslinks_box .link_box .cover-link .vertical {
        display: table-cell;
        vertical-align: middle; }
  .serviceslinks_box .link_center {
    width: 100%;
    margin: 0; }
    .serviceslinks_box .link_center img {
      height: calc(200px + 4em); }
    .serviceslinks_box .link_center .cover-link {
      height: calc(200px + 4em); }
  @media (max-width: 47.99em) {
    .serviceslinks_box .cover {
      padding: 1em; }
    .serviceslinks_box .link_box .cover-link {
      top: 0; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .serviceslinks_box .cover {
      padding: 2em 0; }
    .serviceslinks_box .link_box {
      width: 100%; }
      .serviceslinks_box .link_box .cover-link {
        top: 0; } }
  @media (min-width: 64em) {
    .serviceslinks_box .cover {
      padding: 4em; }
    .serviceslinks_box .link_box .cover-link {
      top: 100%; }
    .serviceslinks_box .link_box:hover .cover-link {
      top: 0; } }

.suppliers_box h3, .suppliers_box p {
  text-align: center; }
@media (max-width: 47.99em) {
  .suppliers_box {
    padding: 1em; } }
@media (min-width: 48em) and (max-width: 63.99em) {
  .suppliers_box {
    padding: 2em; } }
@media (min-width: 64em) {
  .suppliers_box {
    padding: 4em; } }

.bottom_box {
  background: #eee url("../img/bg_bottom.jpg") center no-repeat;
  background-size: cover; }
  .bottom_box h3 {
    text-transform: uppercase; }
  .bottom_box ul.tick_box li a {
    color: #1797a7; }
    .bottom_box ul.tick_box li a:hover {
      color: #1dc0d4; }
  .bottom_box ul.social {
    margin-bottom: 1em; }
  .bottom_box ul.contact_details {
    margin: 0.7em 0 0.9em; }
    .bottom_box ul.contact_details li {
      margin-right: 1em; }
  @media (max-width: 47.99em) {
    .bottom_box {
      padding: 1em 1em 0; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .bottom_box {
      padding: 2em 2em 0; } }
  @media (min-width: 64em) {
    .bottom_box {
      padding: 4em 4em 0; } }

@media (max-width: 47.99em) {
  .contact_box {
    display: none; } }
.justify_align, .justify_align * {
  text-align: justify !important; }

.center_align, .center_align * {
  text-align: center !important; }

.left_align, .left_align * {
  text-align: left !important; }

.right_align, .right_align * {
  text-align: right !important; }

.italic {
  font-style: italic; }

.light {
  font-weight: 300 !important; }

.reg {
  font-weight: 400 !important; }

.bold {
  font-weight: 700 !important; }

.bolder {
  font-weight: 900 !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.underline {
  border-bottom: 2px solid #58595b !important; }

.color {
  color: #1dc0d4 !important; }

.color2 {
  color: #ffb600 !important; }

.white {
  color: #fafafa !important; }

.square_arabic {
  display: inline-block;
  float: left;
  position: relative;
  font-size: 34px;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  font-family: "Lato", Helvetica, Sans-Serif;
  font-weight: 700;
  text-align: center;
  color: #fafafa;
  border: 2px solid white; }

.top_bar {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1; }

.accreditation_bar {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: 1; }

.link_box {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1; }

@media \0screen\,screen\9 {
  .slider_box .slider_bg .slidebg {
    width: 100%;
    height: 100vh; }
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-5 {
    background: url("../img/bg_slider-5.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-6 {
    background: url("../img/bg_slider-6.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-7 {
    background: url("../img/bg_slider-7.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-8 {
    background: url("../img/bg_slider-8.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-9 {
    background: url("../img/bg_slider-9.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-10 {
    background: url("../img/bg_slider-10.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .slider_box .slider_bg .slidebg {
    width: 100%;
    height: 100vh; }
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-5 {
    background: url("../img/bg_slider-5.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-6 {
    background: url("../img/bg_slider-6.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-7 {
    background: url("../img/bg_slider-7.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-8 {
    background: url("../img/bg_slider-8.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-9 {
    background: url("../img/bg_slider-9.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-10 {
    background: url("../img/bg_slider-10.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
@supports (-ms-accelerator: true) {
  .slider_box .slider_bg .slidebg {
    width: 100%;
    height: 100vh; }
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-5 {
    background: url("../img/bg_slider-5.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-6 {
    background: url("../img/bg_slider-6.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-7 {
    background: url("../img/bg_slider-7.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-8 {
    background: url("../img/bg_slider-8.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-9 {
    background: url("../img/bg_slider-9.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-10 {
    background: url("../img/bg_slider-10.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
.slider_box {
  position: relative;
  z-index: 0; }
  .slider_box .slider_bg {
    height: auto;
    width: 100%;
    margin-bottom: 0; }
    .slider_box .slider_bg .slidebg img {
      display: block;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      height: 100vh; }

#formdiv .columns {
  min-height: 68px;
  padding-right: 1em !important; }
#formdiv label, #formdiv input, #formdiv textarea {
  width: 100%;
  min-height: 44px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#formdiv label {
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  min-height: 10px;
  margin: 5px 0; }
#formdiv input, #formdiv textarea {
  outline: none;
  border: none;
  padding: 10px;
  padding: 10px 10px 10px 0;
  background: transparent;
  font-family: "Lato", Helvetica, Sans-Serif;
  font-size: 12px;
  margin-bottom: 0.5em;
  border-radius: 0;
  min-height: 46px; }
  #formdiv input:hover, #formdiv textarea:hover {
    min-height: 46px; }
  #formdiv input:focus, #formdiv textarea:focus {
    min-height: 46px;
    padding: 10px; }
#formdiv textarea {
  height: 195px; }
#formdiv input:focus:-moz-placeholder, #formdiv textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1; }
#formdiv input:focus::-moz-placeholder, #formdiv textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1; }
#formdiv input:focus {
  font-size: 16px; }
#formdiv textarea:focus {
  font-size: 16px; }
#formdiv #captcha {
  height: 46px;
  margin: 0 0 5px; }
#formdiv .refresh {
  float: left;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #formdiv .refresh i {
    line-height: 64px;
    width: 64px;
    height: 64px; }
#formdiv #submitbutton input {
  display: inline-block;
  width: 100%;
  margin: 10px auto 0;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  font-size: 1em;
  padding: 0.5em 0.7em;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.content_box #formdiv {
  background: #eee;
  padding: 2em 1em;
  margin-bottom: 50px; }
  .content_box #formdiv label {
    color: #000000; }
  .content_box #formdiv input, .content_box #formdiv textarea {
    border-bottom: 2px solid #000000;
    color: #58595b;
    box-shadow: inset 0 0 #1dc0d4; }
    .content_box #formdiv input:hover, .content_box #formdiv textarea:hover {
      border-bottom: 2px solid #1dc0d4; }
    .content_box #formdiv input:focus, .content_box #formdiv textarea:focus {
      border-bottom: 2px solid #1dc0d4;
      color: #fafafa; }
  .content_box #formdiv input:focus::-webkit-input-placeholder, .content_box #formdiv textarea:focus::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fafafa; }
  .content_box #formdiv input:focus:-moz-placeholder, .content_box #formdiv textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fafafa; }
  .content_box #formdiv input:focus::-moz-placeholder, .content_box #formdiv textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fafafa; }
  .content_box #formdiv input:focus:-ms-input-placeholder, .content_box #formdiv textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fafafa; }
  .content_box #formdiv input:focus:placeholder-shown, .content_box #formdiv textarea:focus:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #fafafa; }
  .content_box #formdiv input:focus {
    box-shadow: inset 0 -44px #1dc0d4; }
  .content_box #formdiv textarea:focus {
    box-shadow: inset 0 -250px #1dc0d4; }
  .content_box #formdiv .refresh {
    color: #231f20;
    box-shadow: inset 0 0 #1dc0d4; }
    .content_box #formdiv .refresh a {
      color: #1dc0d4; }
    .content_box #formdiv .refresh:hover a {
      color: #000000; }
  .content_box #formdiv #submitbutton input {
    box-shadow: inset 0 0 #58595b;
    color: #000000;
    box-shadow: inset 0 0 #000000; }
    .content_box #formdiv #submitbutton input:hover {
      box-shadow: inset 0 -60px #000000;
      color: #fafafa; }

.bottom_box #formdiv label {
  color: #fafafa; }
.bottom_box #formdiv input, .bottom_box #formdiv textarea {
  border-bottom: 2px solid #fafafa;
  color: #58595b;
  box-shadow: inset 0 0 #1dc0d4; }
  .bottom_box #formdiv input:hover, .bottom_box #formdiv textarea:hover {
    border-bottom: 2px solid #1dc0d4; }
  .bottom_box #formdiv input:focus, .bottom_box #formdiv textarea:focus {
    border-bottom: 2px solid #1dc0d4;
    color: #fafafa; }
.bottom_box #formdiv input:focus::-webkit-input-placeholder, .bottom_box #formdiv textarea:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fafafa; }
.bottom_box #formdiv input:focus:-moz-placeholder, .bottom_box #formdiv textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fafafa; }
.bottom_box #formdiv input:focus::-moz-placeholder, .bottom_box #formdiv textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fafafa; }
.bottom_box #formdiv input:focus:-ms-input-placeholder, .bottom_box #formdiv textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fafafa; }
.bottom_box #formdiv input:focus:placeholder-shown, .bottom_box #formdiv textarea:focus:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #fafafa; }
.bottom_box #formdiv input:focus {
  box-shadow: inset 0 -44px #1dc0d4; }
.bottom_box #formdiv textarea:focus {
  box-shadow: inset 0 -250px #1dc0d4; }
.bottom_box #formdiv .refresh {
  color: #231f20;
  box-shadow: inset 0 0 #1dc0d4; }
  .bottom_box #formdiv .refresh:hover a {
    color: #fafafa; }
.bottom_box #formdiv #submitbutton input {
  box-shadow: inset 0 0 #58595b;
  color: #fafafa;
  box-shadow: inset 0 0 #fafafa; }
  .bottom_box #formdiv #submitbutton input:hover {
    box-shadow: inset 0 -60px #fafafa;
    color: #000000; }

/* GALLERY */
.gallery ul {
  text-decoration: none;
  padding: 0;
  margin: 0 0 60px;
  text-align: left; }
  .gallery ul li {
    display: inline; }
    .gallery ul li .gallery_thumbs {
      padding: 0;
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 5px 20px 20px 0 !important;
      width: 180px; }
      .gallery ul li .gallery_thumbs a img {
        width: 180px;
        height: 180px; }
        .gallery ul li .gallery_thumbs a img:hover {
          opacity: 0.7; }
      .gallery ul li .gallery_thumbs .photo_description {
        display: table-cell;
        line-height: 1.2;
        font-size: 12px;
        height: 40px;
        margin: 10px 0 0 !important;
        padding: 10px 0 0 !important; }

/* GALLERY */
/*TESTIMONIALS*/
.testimonial {
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 40px;
  position: relative; }
  .testimonial h3 {
    color: #1dc0d4; }

.testimonial:before, .testimonial:after {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.4;
  z-index: 0; }

.testimonial:before {
  content: url("../img/quotes-01.png");
  bottom: 40px;
  left: 10px; }

.testimonial:after {
  content: url("../img/quotes-02.png");
  top: 0px;
  right: 20px; }

.work_description, .review, .client {
  position: relative;
  z-index: 1; }

.work_description {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 0.9;
  color: #8b8c8e;
  font-weight: 700;
  text-align: left; }

.review {
  margin-bottom: 5px;
  text-align: justify; }
  .review p {
    line-height: 1.4;
    font-weight: 300; }
  .review p:first-child {
    text-indent: 7%; }

.client {
  text-align: right;
  font-weight: 400;
  font-size: 110%;
  color: #1dc0d4;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  margin-bottom: 0; }

/* testimonials */
